runtime.synctestBubble.running (field)
8 uses
runtime (current package)
synctest.go#L37: running int // non-blocked goroutines
synctest.go#L86: bubble.running++
synctest.go#L88: bubble.running--
synctest.go#L99: if bubble.running < 0 {
synctest.go#L133: if bubble.running > 0 || bubble.active > 0 {
synctest.go#L183: running: 1,
synctest.go#L272: if gp.bubble.running == 0 && gp.bubble.active == 1 {
synctest.go#L318: if gp.bubble.running == 0 && gp.bubble.active == 0 {
![]() |
The pages are generated with Golds v0.8.4. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |